Re: Access jar files in a library directory in the jar file

2013-06-17 Thread Joe Attardi
Library.PatronDataTransfer > Class-Path: lib/jsch-0.1.49.jar lib/linfield.jar lib/log4j-1.2.15.jar > lib/xerces.jar > > > I'm assuming that the problem is with the manifest, but I have no idea > what it is. Any help would be greatly appreciated. > > Thanks, > > > Rob Tanner > Linfield College > > > > > -- *Joe Attardi* j...@attardi.net

Re: Java 5 fails to run jar files created with Ant 1.9.0

2013-03-27 Thread Joe Attardi
It appears to be nothing obvious, then :) Sorry I wasn't much help. On Wed, Mar 27, 2013 at 11:03 PM, Marc Benstein wrote: > Joe, there is nothing screwy in the manifest. As I said, the jar works > fine from Java 6 and 7. Also note, the exact build is used with Ant > 1.8.4 and ev

Re: Java 5 fails to run jar files created with Ant 1.9.0

2013-03-27 Thread Joe Attardi
Interesting. Is the manifest intact? Maybe post the contents of your MANIFEST.MF from the generated JAR file, and perhaps there will be something screwy in there. On Wed, Mar 27, 2013 at 10:43 PM, Marc Benstein wrote: > Joe, there is not an error when I try jar tf myjar.jar. I see

Re: Java 5 fails to run jar files created with Ant 1.9.0

2013-03-27 Thread Joe Attardi
ntial information intended only for the person(s) to > whom this email is addressed. If you have received this email in error, > please notify the sender immediately by phone or email and destroy the > original message without making a copy. Thank you. > -- *Joe Attardi* j...@attardi.net

Re: ant task ftp

2013-01-11 Thread Joe Black
. with best regards, From: Antoine Levy Lambert To: Ant Users List ; Joe Black Sent: Thursday, January 10, 2013 11:00 AM Subject: Re: ant task ftp Hello Joe, this looks like a bug or incompatibility between ant and this new version of commons-net. It

Re: umask from ant

2012-08-03 Thread Joe Attardi
Umask is a shell command, not a standalone binary. So you will need to invoke your shell to run umask. Something like On Aug 2, 2012 4:57 PM, "Maurice Feskanich" wrote: > Looks like it needs the full path to the executable. > > Maury > > > On 08/02/12 13:36, Eric Fetzer wrote: > >> Sorry, a

Re: ANT Wiki isn't wiki

2012-04-15 Thread Joe Attardi
A wiki doesn't have to be publicly editable to be a wiki. Wikipedia may operate like that, but there are plenty of projects whose wikis are only editable by registered users. On Apr 15, 2012 6:32 PM, "Stephen L. De Rudder" wrote: > > > > > The ant wiki isn't a wiki. It seems like most if not all

Re: Compiler Versionl question

2012-03-31 Thread Joe Attardi
What version of the JDK are you running? Sounds like you may need to update your JDK. On Mar 28, 2012 1:27 PM, "Rhino" wrote: > I'm getting several messages like this when doing an javac task using Ant > 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is > set to 1.6. > >

Re: Mail Task

2012-03-27 Thread Joe Attardi
This is my message. > > > Anyone have any idea how to allow invalid email addresses in the tolist or > cclist? I would have thought setting failonerror to false would have done > it, but that just allows the build to continue after it fails to send any... > > Thanks, > Eric -- *Joe Attardi* j...@attardi.net

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote: > No. exludes always take precedence over includes, the order of elements > is not relevant. If you need a different behavior, you have to use > selectors. Sorry, my mistake. >

Re: not working for having multiple tags

2012-03-06 Thread Joe Attardi
I have a task as below > > classpath="xyz.jar" > debug="on"> > > > > > > > > > > > But is not working. > > Please let me know whats the problem or any other alternatives. Due to >

Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread Joe Attardi
ob Echlin, Documentation Systems Architect, Wind River > direct: +1.613.270.5796 | Skype video: rob.echlin.wr | > robert.ech...@windriver.com<mailto:robert.ech...@windriver.com> > > -- *Joe Attardi* j...@attardi.net

ftp task and Java 7

2011-08-03 Thread Joe Black
Until now, I am using Java 1.6.0_26 and apache ant 1.8.2 and commons-net 2.2 and jakarta-oro-2.0.8 to use the ant task ftp, to download some files from a server using ID and password and using the file names. I just upgraded from Java 1.6.0_26 to Java 1.7.0 and try to run the same program. Err

Re: Including something from Ant contrib

2011-06-28 Thread Joe Attardi
Did you remember to add the ? On Jun 29, 2011 12:07 AM, "laredotornado" wrote: > Hi, > > I'm using Ant 1.8.1. I have downloaded ant-contrib-1.0b3.jar and placed it > in my $ANT_HOME/lib directory. However, when I include this in my build.xml > file ... > > input="package.ABC.name" > regexp="(.*)_

Re: i have on question

2011-02-22 Thread Joe Attardi
> it's possible to open a dialog box in the ant task ? > i need an answer for continued to run one task, it's possible ? > > thanks for your answer > -- > Alexandre Priou > Analyste Concepteur Web chez HR TEAM > Détaché aux éditions la rivière > 64 rue de l&

Re: Reading environment variables in ant script directly

2009-12-30 Thread Joe Schmetzer
like this: If Ant were to pick up environment variables directly, if this particular property was defined in the external environment, then that definition would take precedence, and the build would probably fail, although the reason would not be immediatly obvious. Regards, Joe Schmetzer Ant

RE: RegExp help needed!

2009-12-07 Thread Joe Nash
> That looks to me like your XML is not properly encoded. I > suspect that if you use a command-line tool like xmlstarlet > it'll confoirm that by giving you a very similar error. The > below isn't size-related. Thanks for the info. If you are right, this could still be a problem because the X

Re: [ANN] Ant Script Library 1.1.0 Released

2009-09-16 Thread Joe Schmetzer
2009/9/16 Michael Ludwig : > Joe Schmetzer schrieb: >> >> Version 1.1.0 of the Ant Script Library has just been released. >> >> The Ant Script Library (ASL) is a collection of re-usable Ant scripts >> that can be imported into your own projects. The ASL provides a

Re: Newbie question: importing properties from XML file via command line

2009-09-14 Thread Joe Schmetzer
2009/9/14 Scott Stark : > Joe wrote: >> That's not correct: ant properties in the file are expanded inline. >> See http://ant.apache.org/manual/CoreTasks/property.html for details >> (I don't know about ${file.separator}, though) > > I see that in the documenta

[ANN] Ant Script Library 1.1.0 Released

2009-09-14 Thread Joe Schmetzer
: o Subversion module o Perforce module * New introductory tutorial * Enhancements to the Ivy tasks * Link generated JavaDoc to JRE JavaDoc If you want to try it out, the ASL can be downloaded from http://www.exubero.com/asl/download.html Regards, Joe

Re: How add global property with input task?

2009-09-13 Thread Joe Schmetzer
;     >     > > //Command prompt call > mycomp> ant three What you are trying to do here will not work. The task actually sets up a completely new project, with its own properties. What you probably want to do here is use depends instead, i.e. Regards, Joe - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Newbie question: importing properties from XML file via command line

2009-09-13 Thread Joe Schmetzer
ough) The import tag can use property expansion too. If you don't want to hard-wire the file you import, you can use a propery. e.g. ant -Dimport-file=test.xml ... Regards, Joe - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Selecting source files if they have been compiled

2009-08-21 Thread Joe Schmetzer
ctor: http://ant.apache.org/manual/CoreTypes/selectors.html#dependselect Use a glob mapper in the depend selector to match the java files to the corresponding class files, and the depend selector will pick out only those files that have newer class files. Cheers, Joe

Re: Strategies for reusing targets that require paths

2009-07-28 Thread Joe Schmetzer
properties, filesets and classpaths to configure the compilation and test run targets. In general, I don't use "ant-call" often at all. Refer to http://www.exubero.com/asl/asl-java-test.html for details, or download the ASL to have a peek at the implementations. Regards, Joe 2009/7

Re: Normalizing paths in files

2009-03-25 Thread Joe Schmetzer
There's no need to use a fake name like "FOO" that. The "location" attribute of the property task does exactly what is needed. For example: http://ant.apache.org/manual/CoreTasks/property.html for details Cheers, Joe On Wed, 2009-03-25 at 15:41 -0400, David Weintraub

Re: How do I run maven build from ant

2009-03-25 Thread Joe Schmetzer
The Maven tasks for Ant are limited to dependency management, artifact deployment and POM processing. They currently do not handle invoking Maven builds from Ant. I suspect the easiest solution for you is to just invoke Maven directly using an task. Regards, Joe On Wed, March 25, 2009 2:58 pm

Re: Help... how to get a value from Java and pass it to another Target in ANT

2009-03-12 Thread Joe Schmetzer
task to pick up the value that way. Cheers, Joe On Thu, March 12, 2009 6:38 am, Shylendran C wrote: > Hi All, > Could you please help on this problem??? > > My requirement is > In my Java file, I have a method and it will return a value as String. I > have to get it from ANT

Re: Declare few projects on a build.xml

2009-03-05 Thread Joe Schmetzer
Similarly, I've also just released some Ant library scripts here: http://www.exubero.com/asl/ These are just build plugins which you can either import directly in your own build, or just look over them as an example of how to write re-usable Ant modules. Cheers, Joe On Thu, March 5, 2009

Re:

2009-02-26 Thread Joe Schmetzer
Ant will unconditionally substitute a double "$$" with a single "$", as this is the escape mechanism for avoiding property expansion. See http://ant.apache.org/manual/using.html#properties for details. Cheers, Joe On Thu, February 26, 2009 2:16 pm, Stefan Krause wrote: >

Re: how to call a file in build.xml

2008-07-29 Thread Joe Schmetzer
Actually, exec *is* supported on Linux. You just need to specify the executable as "make". e.g. Cheers, Joe On Tue, July 29, 2008 10:53 am, Kamran Hameed wrote: > My point is that i am not invoking any simple script. Makefile should be > called with make command > > On Tue

Re: arg and jvmarg

2008-04-11 Thread Joe Schmetzer
auses a problem with the processor. > > How can I specify '-o filename' for please? is interpreted as a single argument, even if "x" happens to contain spaces. In your case, you actually have two arguments: &q

Re: Handling multiple subproject in J2EE app

2007-11-27 Thread Joe Schmetzer
both Ant and Maven. We have a number of other projects that use Maven, and this seemed the best of both worlds. Just to be clear: I really like the Maven repository, but I don't really care much for Maven itself, as I discuss at http://www.exubero.com/blog/20070313_Why_I_Prefer_Ant_Over_Maven.ht

Re: Handling multiple subproject in J2EE app

2007-11-27 Thread Joe Schmetzer
Here's the technique I use in these situations: http://www.exubero.com/ant/dependencies.html Cheers, Joe On Tue, November 27, 2007 3:23 pm, Dimitris Mouchritsas wrote: > Hi all, I'm trying to figure out what's the best way to handle a J2EE > project with different modul

Ant + JUnit

2007-08-31 Thread Joe Brutto
In my JUnit tests I have a series of public static methods embedded. When I run my tests, I receive: java.lang.Exception: No runnable methods Instead of requesting that the classes be ignored in the filter set for the batch run, is there any way to specify to ignore that "no runnable methods" er

Re: Building Dependent targets

2007-05-24 Thread Joe Schmetzer
e > dependent targets once built will not  be built again If you're willing to reorganise you build targets into different projects, the technique described here can help: http://www.exubero.com/ant/dependencies.html HTH -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exub

Export Mysql tables as sql in Ant

2007-04-26 Thread Joe Smith
Is there anyway to export tables in mysql as sql statements? I know that DbUnit can export as XML but what about exporting as sql? -- View this message in context: http://www.nabble.com/Export-Mysql-tables-as-sql-in-Ant-tf3653916.html#a10207925 Sent from the Ant - Users mailing list archive at

Re: Python implementation for Ant

2007-02-07 Thread Joe Schmetzer
are a number of efforts that allow Java integration[2]. Cheers, Joe [1] http://rake.rubyforge.org/ [2] http://blog.aslakhellesoy.com/articles/2006/12/18/building-java-with-jruby -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/

Re: How to set source from 1.4 to 1.5

2007-01-16 Thread joe P
will throw this error "Unsupported major.minor version 49.0" -Joe --- wolverine my <[EMAIL PROTECTED]> wrote: > Hi! > > Does it harm if we set target="1.5">? > > The Ant manual highly recommend to always specify > soruce and target attribu

Re: AW: How to set source from 1.4 to 1.5

2007-01-15 Thread joe P
Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed mode) -Joe --- [EMAIL PROTECTED] wrote: > First of all you have to install a Java5 Development > Kit. > Having that installed as first on the PATH, Ant > should do the rest automatically - if not specified > something else.

How to set source from 1.4 to 1.5

2007-01-15 Thread joe P
Hi , Can any one suggest me solution to set source from 1.4 to 1.5 . I'm trying to run ant script but it is failing with the below message. generics are not supported in -source 1.4 [javac] (try -source 1.5 to enable generics) Please let me know how can i fix this? Thanks

Re: Ant String replace

2007-01-11 Thread Joe Eugene
Is there a way to do this with just ANT (no other libs). The reason for this, is we have to change our process to include "antcontrib". Thanks, Joe On 1/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Jan >-Ursprüngliche Nachricht- >Von: Joe Eugene [m

Ant String replace

2007-01-09 Thread Joe Eugene
o my problem would be find the Last folder Name in the Current Path. i..e Path = "c:\dir1\dir2\dir3" If basedir is dir3, how can find the name of the folder before it? i.e. dir2? Appreciate your help. Thanks, Joe -

Re: Setting a property based on a command-line parameter

2006-07-21 Thread Joe Moore
Charles, Look at the Conditions task, Supported conditions in the Ant manual. This has a test to see if a property is set or not. The Tstamp task has an offset attribute that you can use to change the date either forward or backward. Hopefully that points you in the right direction. Joe

Re: SVN Task?!

2006-07-19 Thread Joe Schmetzer
you want to test this out. Cheers, -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ +44-(0)7775-770-422 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing References from Master Build File to Child

2006-07-14 Thread Joe Moore
t was designed? Joe [EMAIL PROTECTED] - Original Message From: Joe Moore <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Thursday, July 13, 2006 10:21:19 AM Subject: Passing References from Master Build File to Child I'm having problems passing a path reference from a Master build

Passing References from Master Build File to Child

2006-07-13 Thread Joe Moore
Example of a Master ANT build file. -- Child File (in AntForm subdirectory) -- Example of using the AntForm ANT extension.

ANT Task Documentation

2006-07-11 Thread Joe Moore
Please don't hijack other threads. You should create a new email with a new subject heading. Check out the ANT Manual (http://ant.apache.org/manual/index.html) and read the Developing with Ant section. HTH, Joe [EMAIL PROTECTED] - Original Message From: [EMAIL PROTECTED] To

Re: Re: Maven vs. Ant?

2006-06-13 Thread Joe Schmetzer
ing on the maven infrastructure (though I really *do* like the repository concept). Cheers, Joe On Mon, 12 June, 2006 8:29 pm, Antoine Levy-Lambert wrote: > Hi, > > I am interested by this thread, as the project I am working for might need > a tool able to manage inter-project depende

Re: deploy by ant

2006-05-11 Thread Joe Schmetzer
for use by end users. See http://en.wikipedia.org/wiki/Software_deployment for some hints. > How can be done the same using ANT. 1. Work out all the activities and tasks that need to be done to deploy your software. 2. Automate these activities, using an Ant script, or other suitable to

Re: Recursive Text Replacement in Files with no Extension

2006-05-08 Thread joe
That was the problem. Thanks, Joe On Mon, 8 May 2006 16:31:34 -0400 Robert Clark <[EMAIL PROTECTED]> wrote: On Monday May 8, 2006 16:18, [EMAIL PROTECTED] wrote: I'm trying to use a "replace" task to recursively replace a string in a set of files, but it only seems to w

Recursive Text Replacement in Files with no Extension

2006-05-08 Thread joe
t;. Is there a way to specify a fileSet of files which do not have file extensions? TIA, Joe This is ant 1.5.3 on Solaris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Javac: multiple source roots & filesets

2006-04-26 Thread Wildish, Joe STASCO-OTO/72
to achieve your desired result. Of course, in practice this depends on the complexity of your real project and the flexibility of your build process. Keith -Original Message- From: Wildish, Joe STASCO-OTO/72 [mailto:[EMAIL PROTECTED] Sent: 26 April 2006 13:38 To: Ant Users List Subj

RE: Javac: multiple source roots & filesets

2006-04-26 Thread Wildish, Joe STASCO-OTO/72
again (to ensure non-implementation Java files are correct), but then combining it with the real implementation class (this is the duplicated class). Not dangerous in my book. Regards, Joe -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: 26 April 2006 12:49 To: Ant Us

RE: Javac: multiple source roots & filesets

2006-04-26 Thread Wildish, Joe STASCO-OTO/72
le when calling javac: java root_a/One.java root_b/Two.java root_b/Three.java javac handles this OK (ie. it is not privy to root_a/Two.java, so does not attempt to compile it). Is the javac task not simply mimicking this behaviour? In which case, I should be able to emulate this within a targe

Javac: multiple source roots & filesets

2006-04-26 Thread Wildish, Joe STASCO-OTO/72
t to do is something like this: However, the src attribute of javac is only looking for directories (to then recursively scan), so that does not work. Any help would be appreciated. Regards, Joe

Re: Project Build Strategy Question:

2006-04-15 Thread Joe Schmetzer
oject dependencies very well (though you can fake it with the CC config element - see http://cruisecontrol.sf.net/main/configxml.html#buildstatus ) Cheers, Joe On Sat, 2006-04-15 at 05:55 -0400, nikhil wrote: > Cruise Control is also used for this purpse and many of the people that I > know tha

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
My error, JDK and SDK are synonymous. I meant JRE and SDK are installed in separate directories. I was mentioning that in case the person who had posted their problem may have had the same experience and therefore the tools.jar file is not in their classpath. Joe [EMAIL PROTECTED

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
ll path to the tools.jar file and that has resolved the issue. Not sure if this is the best way, but something to look for. Anyone else have this experience with Java 1.5? HTH, Joe [EMAIL PROTECTED] - Original Message From: Oliver Schalch <[EMAIL PROTECTED]> To: user@ant.apache.

Re: AW: ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME.

2006-04-03 Thread Joe Moore
Also, is the ant.bat file in your PATH environment variable? You'll need to add %ANT_HOME%\bin to your PATH environment, then your system will be able to find ant.bat. Joe [EMAIL PROTECTED] - Original Message From: [EMAIL PROTECTED] To: user@ant.apache.org Sent: Monday, April 3,

Re: AW: Introduction to Ant

2006-03-10 Thread Joe Schmetzer
* Full list of navigation controls at http://www.meyerweb.com/eric/tools/s5/features.html Thanks for spending the time for that. I'll update the presentation, and probably add another external overview page with resources (zip of slides and examples) Cheers, Joe > > > >-Ursp

Introduction to Ant

2006-03-09 Thread Joe Schmetzer
gest any corrections, additions or improvements. Cheers! -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Have an Ant script run even with missing JARs?

2006-02-28 Thread Joe Schmetzer
ation tasks such as set up properties, declare taskdefs, etc. Many other targets can then make use of this initialisation by depending upon it. For example: ... HTH -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ --

Re: question about dependencies

2006-02-22 Thread Joe Schmetzer
eters). See http://ant.apache.org/manual/CoreTasks/antcall.html for details. -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/blog/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Support for JUnit 4?

2006-02-22 Thread Joe Schmetzer
On Wed, 22 February, 2006 2:00 pm, Steve Loughran wrote: > Joe Schmetzer wrote: >> Without claiming to understand the considerations that went into the >> design of JUnit4, I get the feeling that it is a response to TestNG, >> which relies entirely upon annotations for tagging

Re: Support for JUnit 4?

2006-02-22 Thread Joe Schmetzer
ethods. But as you note, the test infrastructure must now work harder. Cheers! -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/blog/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Regarding Continous build integration.

2006-02-17 Thread Joe Schmetzer
s, you can try the CC mailing list at http://cruisecontrol.sourceforge.net/contact.html, as this obviously not an ant related question. Cheers, -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ - To unsubscr

RE: Regarding Continous build integration.

2006-02-17 Thread Joe Schmetzer
http://confluence.public.thoughtworks.org/display/CC/Managing+CruiseControl+With+JMX Good luck! -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Zip a lot of files

2005-09-30 Thread Joe Schmetzer
st solution. -- Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Zip a lot of files

2005-09-30 Thread Joe Schmetzer
owing: > > d:\testing\tt1.zip > d:\testing\tt2.zip > d:\testing\tt3.zip > d:\testing\tt4.zip > d:\testing\tt5.zip > d:\testing\tt6.zip > > In my build.xml i can specify one zip - filename only: > > > > Use instead of http://ant.apache.org/manua

Re: [Junit] How to handle TestSuites correctly

2005-08-30 Thread Joe Schmetzer
he individual tests instead. This will generate an XML file for each test case, and the report will show each individual classname. In your example, change the line reading to look like This assumes that all your individual test cases use the same naming convention. -- Joe Schmetzer .:

CVS Task

2005-08-26 Thread Joe Rice
paces/project2? Thanks, Joe Rice

Re: Junit Tests with depedencies - possible to determine order

2005-06-14 Thread Joe Schmetzer
setUp() method are there for you to perform any operations, setup fixtures, etc, before the test runs. tearDown() cleans up after each test. It sounds like you could refactor your tests to use those methods instead? The JUnit FAQ has a bit to say on

Managing project dependencies

2005-05-09 Thread Joe Schmetzer
vely, are there better ways to achieve the same result? Cheers, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Steps in Building J2EE Project using ANT

2004-02-24 Thread Joe Mahlong
think you going wrong. Remove step 7, add the above three after step six respectively. Regards Joe - Original Message - From: "priya pallavi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 5:24 PM Subject: Steps in Building J2EE Project usi

CSC

2004-02-22 Thread Joe Mahlong
Hi Fellas, Is there a special way of referencing services when building a C# client application. I keep getting a namespace error though I have specified the dll providing the service. Help Me Joe __ E-mail Disclaimer and Company Information http