You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Ilkka Priha <im...@surfeu.fi> on 2004/03/28 20:07:26 UTC

Typo in build.xml of rc6

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


Re: Target 'jar' still builds debug version in build.xml in CVS Head

Posted by Ilkka Priha <im...@surfeu.fi>.
That's OK, I just wanted to remind you to get it fixed before the final :-)

-- Ilkka


Armin Waibel wrote:
> Hi Ilkka,
> 
> sorry for overlook your first post, but we have a lot of work...
> Thanks!
> 
> regards,
> Armin
> 
> Ilkka Priha wrote:
> 
>> Ilkka Priha wrote:
>>
>>> 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
>>>
>>> .
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> .
> 



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


Re: Target 'jar' still builds debug version in build.xml in CVS Head

Posted by Armin Waibel <ar...@apache.org>.
Hi Ilkka,

sorry for overlook your first post, but we have a lot of work...
Thanks!

regards,
Armin

Ilkka Priha wrote:
> Ilkka Priha wrote:
> 
>> 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
>>
>> .
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 
> 

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


Target 'jar' still builds debug version in build.xml in CVS Head

Posted by Ilkka Priha <im...@surfeu.fi>.
Ilkka Priha wrote:
> 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
> 
> .
> 



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