You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2005/10/04 07:40:20 UTC

svn commit: r293540 - in /webservices/axis2/trunk/c/modules: common/ core/context/ core/description/ core/engine/ xml/guththila/ xml/om/ xml/soap/

Author: damitha
Date: Mon Oct  3 22:39:54 2005
New Revision: 293540

URL: http://svn.apache.org/viewcvs?rev=293540&view=rev
Log:
added test compiler link arg

Modified:
    webservices/axis2/trunk/c/modules/common/project.properties
    webservices/axis2/trunk/c/modules/core/context/project.properties
    webservices/axis2/trunk/c/modules/core/description/project.properties
    webservices/axis2/trunk/c/modules/core/engine/project.properties
    webservices/axis2/trunk/c/modules/xml/guththila/project.properties
    webservices/axis2/trunk/c/modules/xml/om/project.properties
    webservices/axis2/trunk/c/modules/xml/om/project.xml
    webservices/axis2/trunk/c/modules/xml/soap/project.properties
    webservices/axis2/trunk/c/modules/xml/soap/project.xml

Modified: webservices/axis2/trunk/c/modules/common/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/common/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/common/project.properties (original)
+++ webservices/axis2/trunk/c/modules/common/project.properties Mon Oct  3 22:39:54 2005
@@ -17,7 +17,7 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../include ../../modules/xml/guththila/src
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
+freehep.nar.linker.arg.end=
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
 freehep.nar.test.src=test
 freehep.nar.tests=common_test

Modified: webservices/axis2/trunk/c/modules/core/context/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/project.properties (original)
+++ webservices/axis2/trunk/c/modules/core/context/project.properties Mon Oct  3 22:39:54 2005
@@ -17,7 +17,7 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../include ../../xml/guththila/src
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-context-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2-core-context-nar-0.0
+freehep.nar.linker.arg.end=-L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-context-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
 freehep.nar.test.src=test
 #freehep.nar.tests=context_test

Modified: webservices/axis2/trunk/c/modules/core/description/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/project.properties (original)
+++ webservices/axis2/trunk/c/modules/core/description/project.properties Mon Oct  3 22:39:54 2005
@@ -17,7 +17,7 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../include ../../xml/guththila/src
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-description-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2-core-description-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
+freehep.nar.linker.arg.end=-L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-description-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
 freehep.nar.test.src=test
 freehep.nar.tests=description_test

Modified: webservices/axis2/trunk/c/modules/core/engine/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/engine/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/project.properties (original)
+++ webservices/axis2/trunk/c/modules/core/engine/project.properties Mon Oct  3 22:39:54 2005
@@ -17,7 +17,7 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../include ../../xml/guththila/src
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-engine-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2-core-engine-nar-0.0
+freehep.nar.linker.arg.end=-L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-core-engine-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
 freehep.nar.test.src=test
 #freehep.nar.tests=engine_test

Modified: webservices/axis2/trunk/c/modules/xml/guththila/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/project.properties (original)
+++ webservices/axis2/trunk/c/modules/xml/guththila/project.properties Mon Oct  3 22:39:54 2005
@@ -17,6 +17,6 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ${basedir}/../../../include
-#freehep.nar.linker.test.arg.end=
+freehep.nar.linker.test.arg.end=-L{basedir}/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
 #freehep.nar.test.src=test
 #freehep.nar.tests=om_test

Modified: webservices/axis2/trunk/c/modules/xml/om/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/project.properties (original)
+++ webservices/axis2/trunk/c/modules/xml/om/project.properties Mon Oct  3 22:39:54 2005
@@ -17,7 +17,7 @@
 freehep.nar.src=src
 freehep.nar.outtype=shared
 freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../include ../guththila/src
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-xml-om-nar-0.0 -L${basedir}/../../../modules/xml/guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2-xml-om-nar-0.0 -L${basedir}/../../../modules/xml/guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
+freehep.nar.linker.arg.end=-L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0 -L${basedir}/../guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-xml-om-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0 -L${basedir}/../guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
 freehep.nar.test.src=test
 freehep.nar.tests=om_test

Modified: webservices/axis2/trunk/c/modules/xml/om/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/project.xml?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/project.xml (original)
+++ webservices/axis2/trunk/c/modules/xml/om/project.xml Mon Oct  3 22:39:54 2005
@@ -26,11 +26,12 @@
   <shortDescription>OM project</shortDescription>
 
   <dependencies>
-     <!--dependency>
-        <groupId>j2ee</groupId>
-        <artifactId>j2ee</artifactId>
-        <version>1.3.1</version>
-     </dependency-->
+    <!--dependency>
+        <groupId>axis2</groupId>
+        <artifactId>libaxis2-xml-guththila-nar</artifactId>
+        <version>0.0</version>
+        <type>nar</type>
+        </dependency-->
   </dependencies>
 
 </project>

Modified: webservices/axis2/trunk/c/modules/xml/soap/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/project.properties?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/project.properties (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/project.properties Mon Oct  3 22:39:54 2005
@@ -16,8 +16,10 @@
 
 freehep.nar.src=src
 freehep.nar.outtype=shared
-freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1
-freehep.nar.linker.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-xml-soap-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0
-#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-xml-soap-nar-0.0
+DependentArtifact-nar.local=true
+DependentArtifact-nar.dir=${basedir}/../guththila/target/nar/lib/i386-Linux-g++
+freehep.nar.compile.includepath=${cutest.home}/include/ ${apr.home}/include/apr-1 ../../../include ../guththila/src
+freehep.nar.linker.arg.end=-L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0 -L${basedir}/../guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
+freehep.nar.linker.test.arg.end=-L${basedir}/target/nar/lib/i386-Linux-g++ -laxis2-xml-soap-nar-0.0 -L${basedir}/../../../modules/common/target/nar/lib/i386-Linux-g++ -laxis2-common-nar-0.0 -L${basedir}/../guththila/target/nar/lib/i386-Linux-g++ -laxis2-xml-guththila-nar-0.0
 freehep.nar.test.src=test
 #freehep.nar.tests=soap_test

Modified: webservices/axis2/trunk/c/modules/xml/soap/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/project.xml?rev=293540&r1=293539&r2=293540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/project.xml (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/project.xml Mon Oct  3 22:39:54 2005
@@ -31,6 +31,13 @@
         <artifactId>j2ee</artifactId>
         <version>1.3.1</version>
      </dependency-->
+    <!--dependency>
+        <groupId>axis2</groupId>
+        <artifactId>libaxis2-xml-guththila-nar</artifactId>
+        <version>0.0</version>
+        <type>so</type>
+        </dependency-->
+
   </dependencies>
   
 </project>