Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[oaw-wg] Hybridlabs blocks port to eclipse

I'm in the process of moving my huge projects from oaw.org to eclipse.
I need Hybridlabs in my projects as beautifier (only for Import Statements)
oaw 4.3.1 code:
<postprocessor
                  class="org.hybridlabs.source.formatter.JavaImportBeautifier"
                  conventionFilePath="src/eg-convention.xml"
                organizeImports="true"
                format="false"/>
<postprocessor
                  class="org.openarchitectureware.xpand2.output.JavaBeautifier"
                  configFile="format_profile.xml"/>  

---------------------------
changed from hybridlabs 1.1.9 to hybridlabs-beautifier-2.0.0-SNAPSHOT from google code project.

now Hybridlabs generates the Import Statements inside the JavaDoc directly behind /** instead before.
something like this:

package org.ekkehard.abc.entitybean.adress;

/**
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;


instead of

package org.ekkehard.abc.entitybean.adress;

import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
/**

this blocks my move.

I have opened an Issue on Google Code

thx if someone can help

ekke
--

ekke (ekkehard gentz)
independent software-architect
senior erp-consultant
eclipse | osgi | equinox | mdsd | oaw | emf | uml
max-josefs-platz 30, D-83022 rosenheim, germany
mailto:ekke@xxxxxxxxxxxxxxxx
homepages (de): http://ekkehard.org || http://gentz-software.de
blog (en): http://ekkes-corner.org
blog (de): http://ekkes-ecke.org
skype: ekkes-corner
Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490


Back to the top