Re: SCM and VSS

2007-02-09 Thread Bryce Fischer

Yes. Here's my relevant part:


scm:vss|${framework.scm.server}|/source/Factories/${project.artifactId}


Where ${framework.scm.server} is a property pointing to the folder
where the srcsafe.ini file is located.

On 2/9/07, Parikh, Pratik P. <[EMAIL PROTECTED]> wrote:

Hi Everyone,

Has anyone used Maven and VSS, and if you have then does anyone have any
recommendations? A sample pom.xml would be helpful as well.

Thanks,
Pratik Parikh



-
Confidentiality Notice: This e-mail transmission
may contain confidential or legally privileged
information that is intended only for the individual
or entity named in the e-mail address. If you are not
the intended recipient, you are hereby notified that
any disclosure, copying, distribution, or reliance
upon the contents of this e-mail is strictly prohibited.

If you have received this e-mail transmission in error,
please reply to the sender, so that we can arrange
for proper delivery, and then please delete the message
from your inbox. Thank you.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Current Date

2007-01-29 Thread Bryce Fischer

Hi Greg. This looks to be exactly what I need. I will take a look at it.

On 1/29/07, Greg Jones <[EMAIL PROTECTED]> wrote:

Bryce,

Take a look at the buildnumber plugin. I use it to generate a build date
each time I do a build, as follows:


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Current Date

2007-01-29 Thread Bryce Fischer

Is there a way to use the current date in the POM? For example, I want
to put the current date in the manifest, so I would like to do
something like this:

  
  org.apache.maven.plugins
  maven-jar-plugin
  
  
  

true

true
  
  
  development

${pom.version}
  ${today}
  
  
  
  

Thanks.
Bryce

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



usage: plexus

2005-04-26 Thread Bryce Fischer
Just downloaded zip file. Unpacked per instructions, and when I try to
execute plexus.bat from the command line, I get the message:

usage: plexus 

TIA

Bryce


Exploded EAR How-To

2003-10-15 Thread Bryce Fischer
I'm looking through the plugins now to see the best way to do this.

I've got 2 ejb-jars, 1 war combined into 1 ear file into JBoss.

I'm getting ready to do some maintenance, so naturally, deploying all
that every time can be time consuming.

What I'm wanting to do is deploy an exploded ear file, with the rest
exploded as well. That way, I only have to deploy changed files.

Any recommendations? Examples?

TIA

-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XDoclet plugin troubles

2003-10-09 Thread Bryce Fischer
> The default settings for the plugin are supposed to run against a
> fileset that matches **/*Bean.java pattern. I verified that there should
> be at least one file that matches that specification (CenterBean.java).
> 
> My source specification in project.xml points to /src/java. I've
> verified that the above java file is in that source directory.
> 
> Here's the part of my project.xml file that defines the source
> location:
> 
> 
> ${basedir}/src/java
> 

I just verified that the xdoclet plugin seems to be looking in the
correct directory. By running maven -X xdoclet:ejbdoclet, I get the
output below (I've included the entire debug output at the end of this
message):

[ejbdoclet] [DEBUG] fileset: Setup scanner in dir 
D:\dev\BISWEB2\bis-persistence-classes\src\java with patternSet{ includes: 
[**/*Bean.java] excludes: [] }

That appears to be the correct location of my files

Here's the remainder of my debug output:

maven.bat -X xdoclet:ejbdoclet
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\j2ee\jars\j2ee-1.3.jar;D:\dev\Java\repository\repository\cactus\jars\cactus-13-1.6dev-20030829.jar;D:\dev\Java\repository\repository\commons-logging\jars\commons-logging-1.1-dev.jar;D:\dev\Java\repository\repository\cactus\jars\cactus-ant-13-1.6dev-20030829.jar;D:\dev\Java\repository\repository\commons-httpclient\jars\commons-httpclient-SNAPSHOT.jar;D:\dev\Java\repository\repository\aspectj\jars\aspectjrt-1.1.0.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-ejb-module-1.2b2.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-jboss-module-1.2b2.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-jmx-module-1.2b2.jar;D:\dev\Java\repository\repository\ejb\jars\ejb-2.1.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-1.2b2.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-client-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\javassist-2.5.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-common-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-system-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jbossall-client-3.2.1.jar
[available] [VERBOSE] Found: src\java
[available] [VERBOSE] Found: test\java
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
Attempting to download commons-httpclient-SNAPSHOT.jar.
[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\commons-collections\jars\commons-collections-2.1.jar;D:\dev\Java\repository\repository\commons-logging\jars\commons-logging-1.1-dev.jar;D:\dev\Java\repository\repository\log4j\jars\log4j-1.2.6.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-1.2b3-dev.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-xdoclet-module-1.2b3-dev.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-xjavadoc-1.2b3-dev.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
xdoclet:ejbdoclet:
[taskdef] [DEBUG] Finding class xdoclet.modules.ejb.EjbDocletTask
[taskdef] [DEBUG] Finding class xdoclet.DocletTask
[taskdef] [DEBUG] Finding class xjavadoc.ant.XJavadocTask
[taskdef] [DEBUG] Class org.apache.tools.ant.Task loaded from parent loader
[taskdef] [DEBUG] Class xjavadoc.ant.XJavadocTask loaded from ant loader
[taskdef] [DEBUG] Class org.apache.tools.ant.DynamicConfigurator loaded from 
parent loader
[taskdef] [DEBUG] Class xdoclet.DocletTask loaded from ant loader
[taskdef] [DEBUG] Class xdoclet.modules.ejb.EjbDocletTask loaded from ant loader
[taskdef] [DEBUG] Class java.lang.Object loaded from parent loader
[taskdef] [DEBUG] Class java.lang.Throwable loaded from parent loader
[taskdef] [DEBUG] Class org.apache.tools.ant.BuildException loaded from parent 
loader
[taskdef] [DEBUG] Class java.lang.OutOfMemoryError loaded from parent loader
[taskdef] [DEBUG] Class java.util.Map loaded from parent loader
[taskdef] [DEBUG] Finding class xjavadoc.SourceSet
[taskdef] [DEBUG] Class java.io.Serializable loaded from parent loader
[taskdef] [DEBUG] Class xjavadoc.SourceSet loaded from ant loader
[taskdef] [DEBUG] Finding class xdoclet.XDocletException
[taskdef] [DEBUG] Finding class xdoclet.template.TemplateException
[taskdef] [DEBUG] Class java.lang.Exception loaded from parent loader
[taskdef] [DEBUG] Class xdoclet.template.TemplateException loaded from ant loader
[taskdef] [DEBUG] Class xdoclet.XDocletException loaded from ant loader
[taskdef] [DEBUG] Finding class xdoclet.TemplateSubTask
[taskdef] [DEBUG] Find

Re: XDoclet plugin troubles

2003-10-09 Thread Bryce Fischer
> Nothing weird here. XDoclet goal just adds path where
> generated files shall go to compilation source set.
> It's added, but directory is not created because your
> subtask was not run / did not found sources.

Ok. So I'm pretty sure that the XDoclet plugin cannot find my
sources. I'm having difficulty trying to figure out why especially since
the java:compile task has no trouble finding them. So I must be missing
something very obvious.

> > Is there any special property you need to set to
> > tell xdoclet where your
> > source is?
> 
> It's just happy with your source specification in
> project.xml. Though you may set pattern of source
> files to be included, and activate  certain subtasks.
> ( refer to plugin.jelly ) 

The default settings for the plugin are supposed to run against a
fileset that matches **/*Bean.java pattern. I verified that there should
be at least one file that matches that specification (CenterBean.java).

My source specification in project.xml points to /src/java. I've
verified that the above java file is in that source directory.

Here's the part of my project.xml file that defines the source
location:


${basedir}/src/java


-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XDoclet plugin troubles

2003-10-09 Thread Bryce Fischer
> --- Bryce Fischer <[EMAIL PROTECTED]> wrote:
> > When I try to build my project, which has a preGoal
> > for xdoclet, I get
> > the following error (debug information tagged at the
> > end of this
> > message):
> > 
> > com.werken.werkz.UnattainableGoalException: Unable
> > to obtain goal [java:compile] -- 
> > file:/C:/Documents and Settings/Bryce
> > Fischer/.maven/plugins/maven-java-plugin-1.3/:55:48:
> >  srcdir
> >
> "D:\dev\BISWEB2\bis-persistence-classes\target\xdoclet\ejbdoclet"
> > does
> > not exist!
> > 
> This means that  xdocet did not produced any output.
> Either you did not started any subtask, or subtask did
> not found any source files.

That's the wierd part. If I take the pregoal out, and do java:compile,
it compiles fine (well, fine isn't the right word, as it fails because
the dependent files that xdoclet are supposed to create aren't created,
but it finds the sources).

Is there any special property you need to set to tell xdoclet where your
source is?

I've also overridden the destDir property to point to a different
directory than the default, which is ${maven.build.dir}/xdoclet/ejbdoclet,
but it still seems to be trying to find the default location.

-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



XDoclet plugin troubles

2003-10-08 Thread Bryce Fischer
When I try to build my project, which has a preGoal for xdoclet, I get
the following error (debug information tagged at the end of this
message):

com.werken.werkz.UnattainableGoalException: Unable to obtain goal [java:compile] -- 
file:/C:/Documents and Settings/Bryce
Fischer/.maven/plugins/maven-java-plugin-1.3/:55:48:  srcdir
"D:\dev\BISWEB2\bis-persistence-classes\target\xdoclet\ejbdoclet" does
not exist!

I've set the following in my build.properties:
maven.xdoclet.ejbdoclet.destDir=${maven.build.dir}/src/java
maven.xdoclet.ejbdoclet.deploymentdescriptor.0.destDir=${maven.build.dir}/src/ejb/META-INF

What's strange, is that it doesn't seem to be executing the xdoclet goal...

Here's my relevant maven.xml entries:

>


Any help/tips would be appreciated.

TIA

This was obtained using maven -X java:compile

[START DEBUG INFORMATION]
maven.bat -X java:compile
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\j2ee\jars\j2ee-1.3.jar;D:\dev\Java\repository\repository\cactus\jars\cactus-13-1.6dev-20030829.jar;D:\dev\Java\repository\repository\commons-logging\jars\commons-logging-1.1-dev.jar;D:\dev\Java\repository\repository\cactus\jars\cactus-ant-13-1.6dev-20030829.jar;D:\dev\Java\repository\repository\commons-httpclient\jars\commons-httpclient-SNAPSHOT.jar;D:\dev\Java\repository\repository\aspectj\jars\aspectjrt-1.1.0.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-ejb-module-1.2b2.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-jboss-module-1.2b2.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-jmx-module-1.2b2.jar;D:\dev\Java\repository\repository\ejb\jars\ejb-2.1.jar;D:\dev\Java\repository\repository\xdoclet\jars\xdoclet-1.2b2.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-client-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\javassist-2.5.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-common-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jboss-system-3.2.1.jar;D:\dev\Java\repository\repository\jboss\jars\jbossall-client-3.2.1.jar
[available] [VERBOSE] Found: src\java
[available] [VERBOSE] Found: test\java
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
Attempting to download commons-httpclient-SNAPSHOT.jar.
[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\ant\jars\ant-1.5.1.jar;D:\dev\Java\repository\repository\commons-jelly\jars\commons-jelly-tags-antlr-20030211.143720.jar;D:\dev\Java\repository\repository\commons-lang\jars\commons-lang-1.0-b1.1.jar;D:\dev\Java\repository\repository\antlr\jars\antlr-2.7.2.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.jar.resources.set -> patternSet{ includes: [] 
excludes: [] }
[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\junit\jars\junit-3.8.1.jar;D:\dev\Java\repository\repository\xml-apis\jars\xml-apis-1.0.b2.jar;D:\dev\Java\repository\repository\xerces\jars\xerces-2.0.2.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\maven\jars\maven-SNAPSHOT.jar;D:\dev\Java\repository\repository\commons-io\jars\commons-io-20030203.000550.jar;D:\dev\Java\repository\repository\commons-net\jars\commons-net-1.0.0.jar;D:\dev\Java\repository\repository\commons-httpclient\jars\commons-httpclient-2.0-beta1.jar;D:\dev\Java\repository\repository\commons-lang\jars\commons-lang-1.0.jar;D:\dev\Java\repository\repository\jsch\jars\jsch-0.1.5.jar;D:\dev\Java\repository\repository\commons-jelly\jars\commons-jelly-20030310.073407.jar;D:\dev\Java\repository\repository\commons-jelly\jars\commons-jelly-tags-velocity-20030303.205659.jar;D:\dev\Java\repository\repository\velocity\jars\velocity-1.3.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
D:\dev\Java\repository\repository\dom4j\jars\dom4j-1.4-dev-7.jar;D:\dev\Java\repository\repository\xml-apis\jars\xml-apis-1.0.b2.ja

Re: Cactus Plugin

2003-09-15 Thread Bryce Fischer
Sorry so late getting back on this. I'm responding on the Maven list, as
this deals with the Cactus Plugin, and project organization, and may be
of interest to others.

You mentioned:

> - Have separate projects for each J2EE module (EJB-JAR, WAR, RAR, simple
> jar libraries)

Done. I'm assuming the Cactus tests (for each module) go in these
projects.

> - Have a project for the application (EAR in most cases) which is the
> aggregation of the different J2EE module projects

Done.

> - (optional) Have a project for the container holding the application
> (this project will contain the container's configuration files)

I assume this is for stuff like jboss.xml file, etc. I skipped this as
I'm using XDoclet to generate those files in the specific projects.

> I would run the cactus tests in the container project as Cactus tests
> run in a running container.

If I understand correctly, this is different than the optional step
above. This project would be a stand alone war file that will actually
run the Cactus test?

When running cactus:test, It runs the tests in the specified container 
(specified in the build.properties file?). For example, I've set
cactus.home.jboss3x, so it should run using that container?

Thanks again for your help.

-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cactus Plugin

2003-09-11 Thread Bryce Fischer
> What do you think?

Thanks Vincent & Tobias.

I'll digest what you've written and try them out. My setup is similar to
Vincent's, where I've got a project for each ejb-jar layer, a war file
for my presentation (struts) layer, some utility jars, and one for the
ear assembler.

btw, Vincent. I'm an early access subscriber to your book JUnit in
Action. Looking forward to the remaining chapters (especially the
Testing Compontents Part)

Thanks again.
-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Cactus Plugin

2003-09-10 Thread Bryce Fischer
Anyone using the Cactus plugin to test EJBs?

I've setup several different projects. One for persistence classes (CMP
Beans), one for business classes (Session Beans), etc...

I want to use Cactus to perform some integration testing with my
persistence classes. I'm thinking the best way is to create a seperate
project just tied to cactus tests for each main project. I think that
would be easiest, as I could create an ejb-jar for my persistence
classes, and a war file for my cactus tests that depend on the ejb-jar...

Anyone who's using Cactus care to comment on their project setup?

-- 
Bryce Fischer <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: ssh for Windows

2003-07-23 Thread Bryce Fischer
I figured it out, and it wasn't the client I was using. It turns out
there was something messed up with the machine that was hosting...

I'll try to write up something on the Wiki about my experiences...

Thanks for helping out everyone.

> -Original Message-
> From: Ben Walding [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 20, 2003 7:45 PM
> To: Maven Users List
> Subject: Re: ssh for Windows
> 
> I use putty + pageant (key agent) + pscp / plink (from XP). It all
seems
> to work ok.
> 
> I set these properties in build.properties
> 
>   maven.ssh.executable=plink
>   maven.scp.executable=pscp
>   maven.username=bwalding
> 
> To test that it even has a chance of working, do something like:
> 
> plink -l bwalding host ls /
> 
> If that doesn't work, then you've got other problems
> 
> Check - permissions on your .ssh / .ssh/* files on unix host
> Check - authorized_keys / authorized_keys has appropriate keys
> Check /var/log/secure / /var/log/messages (on redhat / linux)
> 
> 
> 
> When you sort it all out, add a new faq page to
> http://wiki.codehaus.org/maven/MailingListSupport
> eg - MavenSshConfiguration
> (subtle aren't I!?)
> 
> Bryce Fischer wrote:
> 
> >Funny. I have putty, and use it for terminal SSH. I believe Plink is
the
> >command line client? Do you specify the same command line arguments
as
> >SSH? I am having difficulties too with this, but at least it appears
to
> >be getting closer :-) Any tips you have would be appreciated.
> >
> >Thanks
> >
> >
> >
> >>-Original Message-
> >>From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Talevi
> >>
> >>putty: http://www.chiark.greenend.org.uk/~sgtatham/putty
> >>
> >>Bryce Fischer wrote:
> >>
> >>
> >>>What are people using Windows (XP) using for site:deploy? I've
> >>>downloaded and run openSSH but seem to be having issues getting it
> >>>
> >>>
> >to
> >
> >
> >>>work. I get the error:
> >>>
> >>>Could not create directory 'wp8)w¿D·wp})w:è)wTß$/.ssh'.
> >>>
> >>>I checked in the plugin.jelly, and put an echo before it checks to
> >>>
> >>>
> >see
> >
> >
> >>>if the site directory exists. This is what it echoed:
> >>>
> >>>mydomain.com -l username 'mkdir -p
> >>>var/www/html/projects/bisweb/ejb-db/'
> >>>
> >>>Everything In the arguments appear correct. So I tried to execute
> >>>
> >>>
> >the
> >
> >
> >>>command on the commandline by typing:
> >>>
> >>>ssh mydomain -soft.com -l username 'mkdir -p
> >>>/var/www/html/projects/bisweb/ejb-db/'
> >>>
> >>>but it never seems to return.
> >>>
> >>>
> >>
>
>>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: ssh for Windows

2003-07-20 Thread Bryce Fischer
Funny. I have putty, and use it for terminal SSH. I believe Plink is the
command line client? Do you specify the same command line arguments as
SSH? I am having difficulties too with this, but at least it appears to
be getting closer :-) Any tips you have would be appreciated.

Thanks

> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Talevi
> 
> putty: http://www.chiark.greenend.org.uk/~sgtatham/putty
> 
> Bryce Fischer wrote:
> > What are people using Windows (XP) using for site:deploy? I've
> > downloaded and run openSSH but seem to be having issues getting it
to
> > work. I get the error:
> >
> > Could not create directory 'wp8)w¿D·wp})w:è)wTß$/.ssh'.
> >
> > I checked in the plugin.jelly, and put an echo before it checks to
see
> > if the site directory exists. This is what it echoed:
> >
> > mydomain.com -l username 'mkdir -p
> > var/www/html/projects/bisweb/ejb-db/'
> >
> > Everything In the arguments appear correct. So I tried to execute
the
> > command on the commandline by typing:
> >
> > ssh mydomain -soft.com -l username 'mkdir -p
> > /var/www/html/projects/bisweb/ejb-db/'
> >
> > but it never seems to return.
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ssh for Windows

2003-07-19 Thread Bryce Fischer
What are people using Windows (XP) using for site:deploy? I've
downloaded and run openSSH but seem to be having issues getting it to
work. I get the error:

Could not create directory 'wp8)w¿D·wp})w:è)wTß$/.ssh'.

I checked in the plugin.jelly, and put an echo before it checks to see
if the site directory exists. This is what it echoed:

mydomain.com -l username 'mkdir -p
var/www/html/projects/bisweb/ejb-db/'

Everything In the arguments appear correct. So I tried to execute the
command on the commandline by typing:

ssh mydomain -soft.com -l username 'mkdir -p
/var/www/html/projects/bisweb/ejb-db/'

but it never seems to return.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reactor Examples

2003-07-15 Thread Bryce Fischer
I know this is a lame questions... But I've read a couple of articles that
use Reactor to bring together smaller projects into a common larger one. I
understand the concept. 

I'm curious how other people are using this? I'd appreciate any examples
anyone might have.

Thanks.

Bryce


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Archive

2003-06-03 Thread Bryce Fischer
http://news.gmane.org/thread.php?group=gmane.comp.jakarta.turbine.maven.user

btw, gmane is a great way to see archives of a ton of mailing lists via a
newsgroup reader...

> -Original Message-
> From: Aaron Robinson [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 9:12 AM
> To: [EMAIL PROTECTED]
> Subject: Archive
> 
> Any chance of getting the archive sorted out? It only goes up to February
> and I don't have space in my mailbox for all these posts
> 
> _
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]