You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by A Leg <ha...@yahoo.com> on 2004/10/19 10:41:40 UTC

Problem compiling

Hi

I update jakarta-commons this morning
I have problem to compile because some library paths are hard coded :

  <!-- jar files for using Anakia to build the documentation -->
  <property name="velocity.jar" 
value="../jakarta-velocity/bin/velocity-1.5-dev.jar"/>
  <property name="commons-collections.jar" 
value="../jakarta-velocity/build/lib/commons-collections.jar"/>
  <property name="jdom.jar" 
value="../jakarta-velocity/build/lib/jdom-b9.jar"/>
  <property name="log4j.jar" 
value="../jakarta-velocity/build/lib/log4j-1.1.3.jar"/>
  <property name="xerces.jar" 
value="../jakarta-velocity/build/lib/xerces-1.3.0.jar"/>

And if you don't have ../jakarta-velocity/build/lib ...............

Best regards

Andre

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Problem compiling

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
for those components which haven't been mavenized, you'll need to 
create a build.properties file (there will probably be a 
build.properties.sample file containing guildence).

however, i suspect that you're trying to run the now obsolute site 
build (we now use maven). if this is the case then if you are trying to 
build the site, use maven; if you are trying to build components then 
each has a build contained in it's subdirectory.

- robert

On 19 Oct 2004, at 09:41, A Leg wrote:

> Hi
>
> I update jakarta-commons this morning
> I have problem to compile because some library paths are hard coded :
>
>  <!-- jar files for using Anakia to build the documentation -->
>  <property name="velocity.jar" 
> value="../jakarta-velocity/bin/velocity-1.5-dev.jar"/>
>  <property name="commons-collections.jar" 
> value="../jakarta-velocity/build/lib/commons-collections.jar"/>
>  <property name="jdom.jar" 
> value="../jakarta-velocity/build/lib/jdom-b9.jar"/>
>  <property name="log4j.jar" 
> value="../jakarta-velocity/build/lib/log4j-1.1.3.jar"/>
>  <property name="xerces.jar" 
> value="../jakarta-velocity/build/lib/xerces-1.3.0.jar"/>
>
> And if you don't have ../jakarta-velocity/build/lib ...............
>
> Best regards
>
> Andre
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org