Thread: [Jsdsi-users] Using Maven to build 0.5
Status: Pre-Alpha
Brought to you by:
sajma
From: David R R. <drr...@op...> - 2004-04-20 17:23:36
|
I'm trying to use Maven to build version 0.5. I get the following errors: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 Attempting to download cryptix32.jar. WARNING: Failed to download cryptix32.jar. Attempting to download ldap.jar. WARNING: Failed to download ldap.jar. Any idea what the problem might be? David Robison -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd., Chesapeake, VA 23322 phone: (757) 546-3401 e-mail: drr...@op... web: http://openroadsconsulting.com |
From: Sameer A. <aj...@cs...> - 2004-04-20 19:08:51
|
Make sure your network connection is okay. Assuming it is, it's possible our URLs for those JARs are bad. You can download both of those from the JSDSI web site directly: http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar Save them in your local Maven repository as: .maven/repository/cryptix/jars/cryptix32.jar .maven/repository/novell/jars/ldap.jar Sameer > I'm trying to use Maven to build version 0.5. I get the following > errors: > > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > Attempting to download cryptix32.jar. > WARNING: Failed to download cryptix32.jar. > Attempting to download ldap.jar. > WARNING: Failed to download ldap.jar. > > Any idea what the problem might be? > David Robison > > -- > > David R Robison > Open Roads Consulting, Inc. > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > phone: (757) 546-3401 > e-mail: drr...@op... > web: http://openroadsconsulting.com > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Jsdsi-users mailing list > Jsd...@li... > https://lists.sourceforge.net/lists/listinfo/jsdsi-users http://ajmani.net |
From: Sameer A. <aj...@cs...> - 2004-04-20 19:59:29
|
I don't know the answer to this -- forwarding to the list... > Thanks, now when I run "maven jar:install" I get the following error: > > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > com.werken.werkz.NoSuchGoalException: No goal [java:jar-resources] > at > org.apache.maven.plugin.GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(GoalToJellyScriptHousingMapper.java:254) > at > org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:567) > at > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:523) > at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265) > at org.apache.maven.cli.App.doMain(App.java:466) > at org.apache.maven.cli.App.main(App.java:1117) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > Total time: 7 seconds > Finished at: Tue Apr 20 15:22:38 EDT 2004 > > David > > > Sameer Ajmani wrote: > >>Make sure your network connection is okay. Assuming it is, it's >> possible our URLs for those JARs are bad. You can download both of >> those from the JSDSI web site directly: >>http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar >>http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar >> >>Save them in your local Maven repository as: >>.maven/repository/cryptix/jars/cryptix32.jar >>.maven/repository/novell/jars/ldap.jar >> >>Sameer >> >> >> >>>I'm trying to use Maven to build version 0.5. I get the following >>> errors: >>> >>> __ __ >>>| \/ |__ _Apache__ ___ >>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 >>> >>>Attempting to download cryptix32.jar. >>>WARNING: Failed to download cryptix32.jar. >>>Attempting to download ldap.jar. >>>WARNING: Failed to download ldap.jar. >>> >>>Any idea what the problem might be? >>>David Robison >>> >>>-- >>> >>>David R Robison >>>Open Roads Consulting, Inc. >>>708 S. Battlefield Blvd., Chesapeake, VA 23322 >>>phone: (757) 546-3401 >>>e-mail: drr...@op... >>>web: http://openroadsconsulting.com >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>> GenToo technologies. Learn everything from fundamentals to system >>> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>> _______________________________________________ >>>Jsdsi-users mailing list >>>Jsd...@li... >>>https://lists.sourceforge.net/lists/listinfo/jsdsi-users >>> >>> >> >> >>http://ajmani.net >> >> >> >> >> > > -- > > David R Robison > Open Roads Consulting, Inc. > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > phone: (757) 546-3401 > e-mail: drr...@op... > web: http://openroadsconsulting.com http://ajmani.net |
From: Sean R. <sra...@ae...> - 2004-04-21 09:27:00
|
Hmm... not sure about this one. We are not doing anything special with our build process so there should be no reason for this. I've had a quick look on the Maven user list and can't see any mention of any similar problems. Are you able to jar:install on other Maven projects? Can you 'run -X maven jar:install' and send the debug output? I may have to install maven-1.0-rc2 and see if I get the same (I'm using rc1, as far as I'm aware like the rest of the jsdsi developers). Regards, Sean On Tue, 2004-04-20 at 20:59, Sameer Ajmani wrote: > I don't know the answer to this -- forwarding to the list... > > > Thanks, now when I run "maven jar:install" I get the following error: > > > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > > com.werken.werkz.NoSuchGoalException: No goal [java:jar-resources] > > at > > org.apache.maven.plugin.GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(GoalToJellyScriptHousingMapper.java:254) > > at > > org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:567) > > at > > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:523) > > at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265) > > at org.apache.maven.cli.App.doMain(App.java:466) > > at org.apache.maven.cli.App.main(App.java:1117) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at com.werken.forehead.Forehead.run(Forehead.java:551) > > at com.werken.forehead.Forehead.main(Forehead.java:581) > > Total time: 7 seconds > > Finished at: Tue Apr 20 15:22:38 EDT 2004 > > > > David > > > > > > Sameer Ajmani wrote: > > > >>Make sure your network connection is okay. Assuming it is, it's > >> possible our URLs for those JARs are bad. You can download both of > >> those from the JSDSI web site directly: > >>http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar > >>http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar > >> > >>Save them in your local Maven repository as: > >>.maven/repository/cryptix/jars/cryptix32.jar > >>.maven/repository/novell/jars/ldap.jar > >> > >>Sameer > >> > >> > >> > >>>I'm trying to use Maven to build version 0.5. I get the following > >>> errors: > >>> > >>> __ __ > >>>| \/ |__ _Apache__ ___ > >>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > >>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > >>> > >>>Attempting to download cryptix32.jar. > >>>WARNING: Failed to download cryptix32.jar. > >>>Attempting to download ldap.jar. > >>>WARNING: Failed to download ldap.jar. > >>> > >>>Any idea what the problem might be? > >>>David Robison > >>> > >>>-- > >>> > >>>David R Robison > >>>Open Roads Consulting, Inc. > >>>708 S. Battlefield Blvd., Chesapeake, VA 23322 > >>>phone: (757) 546-3401 > >>>e-mail: drr...@op... > >>>web: http://openroadsconsulting.com > >>> > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by: IBM Linux Tutorials > >>>Free Linux tutorial presented by Daniel Robbins, President and CEO of > >>> GenToo technologies. Learn everything from fundamentals to system > >>> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>> _______________________________________________ > >>>Jsdsi-users mailing list > >>>Jsd...@li... > >>>https://lists.sourceforge.net/lists/listinfo/jsdsi-users > >>> > >>> > >> > >> > >>http://ajmani.net > >> > >> > >> > >> > >> > > > > -- > > > > David R Robison > > Open Roads Consulting, Inc. > > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > > phone: (757) 546-3401 > > e-mail: drr...@op... > > web: http://openroadsconsulting.com > > > http://ajmani.net > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Jsdsi-users mailing list > Jsd...@li... > https://lists.sourceforge.net/lists/listinfo/jsdsi-users -- Dr. Sean Radford, MBBS, MSc sra...@ae... http://www.aegeus-technology.com |
From: Sean R. <sra...@ae...> - 2004-04-21 09:02:16
|
Looks like I may have missed a step in the 'build instructions' when I moved the dependency jars to the Maven repository format... There should be an additional step of: - Create or edit your personal Maven build.properties file (located in your home directory): 'Nix: /home/LOGIN_NAME Windows: c:\Documents and Settings\LOGIN_NAME Add an entry to the jsdsi Maven repository, making sure to add or keep the entry to Ibilio (maven.repo.remote is a comma seperated list of URL's): maven.repo.remote=http://www.ibiblio.org/maven/,http://jsdsi.sf.net/maven/ I hope this helps, and any other questions, just ask - we're quite friendly on this list. Sean (I'll update the site shortly) On Tue, 2004-04-20 at 20:08, Sameer Ajmani wrote: > Make sure your network connection is okay. Assuming it is, it's possible > our URLs for those JARs are bad. You can download both of those from the > JSDSI web site directly: > http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar > http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar > > Save them in your local Maven repository as: > .maven/repository/cryptix/jars/cryptix32.jar > .maven/repository/novell/jars/ldap.jar > > Sameer > > > I'm trying to use Maven to build version 0.5. I get the following > > errors: > > > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > > > > Attempting to download cryptix32.jar. > > WARNING: Failed to download cryptix32.jar. > > Attempting to download ldap.jar. > > WARNING: Failed to download ldap.jar. > > > > Any idea what the problem might be? > > David Robison > > > > -- > > > > David R Robison > > Open Roads Consulting, Inc. > > 708 S. Battlefield Blvd., Chesapeake, VA 23322 > > phone: (757) 546-3401 > > e-mail: drr...@op... > > web: http://openroadsconsulting.com > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > Jsdsi-users mailing list > > Jsd...@li... > > https://lists.sourceforge.net/lists/listinfo/jsdsi-users > > > http://ajmani.net > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Jsdsi-users mailing list > Jsd...@li... > https://lists.sourceforge.net/lists/listinfo/jsdsi-users -- Dr. Sean Radford, MBBS, MSc sra...@ae... http://www.aegeus-technology.com |
From: David R R. <drr...@op...> - 2004-04-21 13:25:18
|
Thanks for your help. The problem seemed to be with my Maven repository. I deleted all the *.cache files then re-ran Maven. It rebuilt the cache files and all was well. David Sean Radford wrote: >Hmm... not sure about this one. > >We are not doing anything special with our build process so there should >be no reason for this. I've had a quick look on the Maven user list and >can't see any mention of any similar problems. > >Are you able to jar:install on other Maven projects? > >Can you 'run -X maven jar:install' and send the debug output? > >I may have to install maven-1.0-rc2 and see if I get the same (I'm using >rc1, as far as I'm aware like the rest of the jsdsi developers). > >Regards, > >Sean > > >On Tue, 2004-04-20 at 20:59, Sameer Ajmani wrote: > > >>I don't know the answer to this -- forwarding to the list... >> >> >> >>>Thanks, now when I run "maven jar:install" I get the following error: >>> >>> __ __ >>>| \/ |__ _Apache__ ___ >>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 >>> >>>com.werken.werkz.NoSuchGoalException: No goal [java:jar-resources] >>> at >>>org.apache.maven.plugin.GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(GoalToJellyScriptHousingMapper.java:254) >>> at >>>org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:567) >>> at >>>org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:523) >>> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265) >>>at org.apache.maven.cli.App.doMain(App.java:466) >>> at org.apache.maven.cli.App.main(App.java:1117) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:324) >>> at com.werken.forehead.Forehead.run(Forehead.java:551) >>> at com.werken.forehead.Forehead.main(Forehead.java:581) >>>Total time: 7 seconds >>>Finished at: Tue Apr 20 15:22:38 EDT 2004 >>> >>>David >>> >>> >>>Sameer Ajmani wrote: >>> >>> >>> >>>>Make sure your network connection is okay. Assuming it is, it's >>>>possible our URLs for those JARs are bad. You can download both of >>>>those from the JSDSI web site directly: >>>>http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar >>>>http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar >>>> >>>>Save them in your local Maven repository as: >>>>.maven/repository/cryptix/jars/cryptix32.jar >>>>.maven/repository/novell/jars/ldap.jar >>>> >>>>Sameer >>>> >>>> >>>> >>>> >>>> >>>>>I'm trying to use Maven to build version 0.5. I get the following >>>>>errors: >>>>> >>>>>__ __ >>>>>| \/ |__ _Apache__ ___ >>>>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ >>>>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 >>>>> >>>>>Attempting to download cryptix32.jar. >>>>>WARNING: Failed to download cryptix32.jar. >>>>>Attempting to download ldap.jar. >>>>>WARNING: Failed to download ldap.jar. >>>>> >>>>>Any idea what the problem might be? >>>>>David Robison >>>>> >>>>>-- >>>>> >>>>>David R Robison >>>>>Open Roads Consulting, Inc. >>>>>708 S. Battlefield Blvd., Chesapeake, VA 23322 >>>>>phone: (757) 546-3401 >>>>>e-mail: drr...@op... >>>>>web: http://openroadsconsulting.com >>>>> >>>>> >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This SF.Net email is sponsored by: IBM Linux Tutorials >>>>>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>>>>GenToo technologies. Learn everything from fundamentals to system >>>>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>>>>_______________________________________________ >>>>>Jsdsi-users mailing list >>>>>Jsd...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/jsdsi-users >>>>> >>>>> >>>>> >>>>> >>>>http://ajmani.net >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>-- >>> >>>David R Robison >>>Open Roads Consulting, Inc. >>>708 S. Battlefield Blvd., Chesapeake, VA 23322 >>>phone: (757) 546-3401 >>>e-mail: drr...@op... >>>web: http://openroadsconsulting.com >>> >>> >>http://ajmani.net >> >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>Jsdsi-users mailing list >>Jsd...@li... >>https://lists.sourceforge.net/lists/listinfo/jsdsi-users >> >> -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd., Chesapeake, VA 23322 phone: (757) 546-3401 e-mail: drr...@op... web: http://openroadsconsulting.com |
From: Sean R. <sra...@ae...> - 2004-04-21 13:56:03
|
Excellent - one solution to remember for similar problems in the future. I hope jsdsi sparks your interest and meets your needs. Regards, Sean On Wed, 2004-04-21 at 14:25, David R Robison wrote: > Thanks for your help. The problem seemed to be with my Maven repository. > I deleted all the *.cache files then re-ran Maven. It rebuilt the cache > files and all was well. > David > > Sean Radford wrote: > > >Hmm... not sure about this one. > > > >We are not doing anything special with our build process so there should > >be no reason for this. I've had a quick look on the Maven user list and > >can't see any mention of any similar problems. > > > >Are you able to jar:install on other Maven projects? > > > >Can you 'run -X maven jar:install' and send the debug output? > > > >I may have to install maven-1.0-rc2 and see if I get the same (I'm using > >rc1, as far as I'm aware like the rest of the jsdsi developers). > > > >Regards, > > > >Sean > > > > > >On Tue, 2004-04-20 at 20:59, Sameer Ajmani wrote: > > > > > >>I don't know the answer to this -- forwarding to the list... > >> > >> > >> > >>>Thanks, now when I run "maven jar:install" I get the following error: > >>> > >>> __ __ > >>>| \/ |__ _Apache__ ___ > >>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > >>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > >>> > >>>com.werken.werkz.NoSuchGoalException: No goal [java:jar-resources] > >>> at > >>>org.apache.maven.plugin.GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(GoalToJellyScriptHousingMapper.java:254) > >>> at > >>>org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.java:567) > >>> at > >>>org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:523) > >>> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265) > >>>at org.apache.maven.cli.App.doMain(App.java:466) > >>> at org.apache.maven.cli.App.main(App.java:1117) > >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >>> at > >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >>> at java.lang.reflect.Method.invoke(Method.java:324) > >>> at com.werken.forehead.Forehead.run(Forehead.java:551) > >>> at com.werken.forehead.Forehead.main(Forehead.java:581) > >>>Total time: 7 seconds > >>>Finished at: Tue Apr 20 15:22:38 EDT 2004 > >>> > >>>David > >>> > >>> > >>>Sameer Ajmani wrote: > >>> > >>> > >>> > >>>>Make sure your network connection is okay. Assuming it is, it's > >>>>possible our URLs for those JARs are bad. You can download both of > >>>>those from the JSDSI web site directly: > >>>>http://jsdsi.sourceforge.net/maven/cryptix/jars/cryptix32.jar > >>>>http://jsdsi.sourceforge.net/maven/novell/jars/ldap.jar > >>>> > >>>>Save them in your local Maven repository as: > >>>>.maven/repository/cryptix/jars/cryptix32.jar > >>>>.maven/repository/novell/jars/ldap.jar > >>>> > >>>>Sameer > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>I'm trying to use Maven to build version 0.5. I get the following > >>>>>errors: > >>>>> > >>>>>__ __ > >>>>>| \/ |__ _Apache__ ___ > >>>>>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > >>>>>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 > >>>>> > >>>>>Attempting to download cryptix32.jar. > >>>>>WARNING: Failed to download cryptix32.jar. > >>>>>Attempting to download ldap.jar. > >>>>>WARNING: Failed to download ldap.jar. > >>>>> > >>>>>Any idea what the problem might be? > >>>>>David Robison > >>>>> > >>>>>-- > >>>>> > >>>>>David R Robison > >>>>>Open Roads Consulting, Inc. > >>>>>708 S. Battlefield Blvd., Chesapeake, VA 23322 > >>>>>phone: (757) 546-3401 > >>>>>e-mail: drr...@op... > >>>>>web: http://openroadsconsulting.com > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>------------------------------------------------------- > >>>>>This SF.Net email is sponsored by: IBM Linux Tutorials > >>>>>Free Linux tutorial presented by Daniel Robbins, President and CEO of > >>>>>GenToo technologies. Learn everything from fundamentals to system > >>>>>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>>>>_______________________________________________ > >>>>>Jsdsi-users mailing list > >>>>>Jsd...@li... > >>>>>https://lists.sourceforge.net/lists/listinfo/jsdsi-users > >>>>> > >>>>> > >>>>> > >>>>> > >>>>http://ajmani.net > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>-- > >>> > >>>David R Robison > >>>Open Roads Consulting, Inc. > >>>708 S. Battlefield Blvd., Chesapeake, VA 23322 > >>>phone: (757) 546-3401 > >>>e-mail: drr...@op... > >>>web: http://openroadsconsulting.com > >>> > >>> > >>http://ajmani.net > >> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by: IBM Linux Tutorials > >>Free Linux tutorial presented by Daniel Robbins, President and CEO of > >>GenToo technologies. Learn everything from fundamentals to system > >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >>_______________________________________________ > >>Jsdsi-users mailing list > >>Jsd...@li... > >>https://lists.sourceforge.net/lists/listinfo/jsdsi-users > >> > >> -- Dr. Sean Radford, MBBS, MSc sra...@ae... http://www.aegeus-technology.com |