[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ojb-dev
Subject:    Typo in build.xml of rc6
From:       Ilkka Priha <impriha () surfeu ! fi>
Date:       2004-03-28 18:07:26
Message-ID: 4067145E.4060308 () surfeu ! fi
[Download RAW message or body]

Hi

Thanks for rc6! There's a minor typo in its build.xml, both jar and jar-debug 
targets will build the debug version.

-- Ilkka

<!-- ================================================================== -->
<!-- Build the JAR file using main-opt                                  -->
<!-- ================================================================== -->

<target name="jar" description="Builds the binary ojb-xxx.jar in the dist 
directory.">
     <ant target="main"/>  <<== *SHOULD BE* "main-opt"
     <ant target="jar-internal"/>
</target>

<!-- ================================================================== -->
<!-- Build the JAR file using main-debug                                  -->
<!-- ================================================================== -->

<target name="jar-debug" description="Builds the binary ojb-xxx.jar in the dist 
directory in debug mode.">
     <ant target="main"/>
     <ant target="jar-internal"/>
</target>





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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic