[forge-dev] Needed to add a dependency on forge-1.0.6-SNAPSHOT

George Gastaldi gegastaldi at gmail.com
Thu Aug 2 08:20:00 EDT 2012


Hi Luca,

Which JDK are you running with ? This setting should'nt be necessary. You must use JDK 6 or higher.

Best Regards,

George Gastaldi

Em 02/08/2012, às 06:32, Luca Masini <luca.masini at gmail.com> escreveu:

> I forked Forge to try to fix a bug i filed, but I needed to add this
> configuration to let forge work (before I started to write anything
> !!!)
> 
> forge-parent/pom.xml:
> 
>          <dependency>
>              <groupId>xalan</groupId>
>              <artifactId>serializer</artifactId>
>              <version>2.7.1</version>
>          </dependency>
> 
> forge-distribution/pom.xml
> 
>       <dependency>
>           <groupId>xalan</groupId>
>           <artifactId>serializer</artifactId>
>       </dependency>
> 
> forge-distribution/build.xml
>    <module-def name="org.apache.commons.config">
> ...
> ...
>            <maven-resource group="xalan" artifact="serializer" />
>        </module-def>
> 
> Otherwise forge raised a lot of CNFE about
> org.apache.xml.serializer.OutputPropertiesFactory
> 
> Am I missing something ??
> 
> Thank you.
> 
> -- 
> ****************************************
> http://www.lucamasini.net
> http://twitter.com/lmasini
> http://www.linkedin.com/pub/luca-masini/7/10/2b9
> ****************************************
> _______________________________________________
> forge-dev mailing list
> forge-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev



More information about the forge-dev mailing list