Re: Velocity - Archetypes Question

2015-12-03 Thread Greg Trasuk
generated. Cheers, Greg Trasuk Web Age Solutions. http://www.webagesolutions.com > On Dec 3, 2015, at 8:44 PM, Maria Beckham > wrote: > > > > Hi there, > Are archetypes in maven by default based on velocity engine/templates > pr

Re: Installing on Solaris

2015-11-06 Thread Greg Trasuk
strange indirection going on to make ‘java’ a basic command line task, (/usr/bin/java is a link to /usr//java/bin/java, which is a link to /usr/jdk/latest, etc) so you’ll be fighting the OS if you try to run a different version (although I think it should be do-able). Cheers, Greg Trasuk > On

Re: Installing on Solaris

2015-11-06 Thread Greg Trasuk
chance at working, you need to make sure that you can run ‘javac -version’ and it comes back with 1.7 or higher. Cheers, Greg Trasuk http://www.webagesolutions.com > On Nov 6, 2015, at 12:36 PM, james pruett wrote: > > Hi, > > I get this error. Any help appreciated. >

Re: War file name and sftp to server

2015-10-09 Thread Greg Trasuk
to be at http://tomcat.apache.org/maven-plugin-2.0/tomcat7-maven-plugin/usage.html Sorry I can’t give you a more detailed answer, but hopefully that points you in the right direction. Cheers, Greg Trasuk > On Oct 9, 2015, at 3:29 PM, K R wrote: > > I do see this: > [09/Oct/2

Re: War file name and sftp to server

2015-10-08 Thread Greg Trasuk
an app onto Tomcat. If that doesn’t work out, you could try the Maven AntRun plugin and use Ant’s scp task. Cheers, Greg Trasuk > On Oct 8, 2015, at 9:49 PM, ke...@na7kr.us wrote: > > I tried tomcat plugin and it starts to upload and stops no error. > > > On October 8, 20

Re: Copy-dependencies goal error

2015-10-06 Thread Greg Trasuk
nLateAdopters). We also offer training and consulting. Cheers, Greg Trasuk > On Oct 5, 2015, at 5:02 PM, > wrote: > > There are no transitive dependencies! > > This is not even building source code!!! > > > Michael Tarullo > Contractor (Engility Corp) > Enter

Re: maven jar versus ant jar

2015-09-02 Thread Greg Trasuk
Hi Hector: Could you describe in very precise terms how you “installed it locally”? That might help us understand the problem. And perhaps you’ve already mentioned it, but what kind of jar file are you actually building? What does it get installed into? Cheers, Greg Trasuk > On Se

Re: snapshot build size difference

2015-08-26 Thread Greg Trasuk
jar tvf abc.jar Cheers, Greg Trasuk > On Aug 26, 2015, at 2:09 PM, Magnanao, Hector wrote: > > So I was finally able to get a good snapshot jar build from maven. But I > noticed that the size of the maven build is bigger than the ant build. Does > anyone have any sugges

Re: Properties Files

2015-08-18 Thread Greg Trasuk
-Maven.html <http://www.webagesolutions.com/knowledgebase/kb001-Converting-To-Maven.html> Cheers, Greg Trasuk > On Aug 18, 2015, at 10:02 AM, aalok singhvi wrote: > > It's a migration of an ant project. It's java project. Presently ant gets > build properties file on com

Re: Use 2 pom.xml files with different names

2015-08-10 Thread Greg Trasuk
actually trying to achieve, and then we can suggest how to do that. Cheers, Greg Trasuk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to fix this error?

2015-07-23 Thread Greg Trasuk
epository) repository. Cheers, Greg Trasuk Open Source Stream Lead - Web Age Solutions (http://webagesolutions.com <http://webagesolutions.com/>) > On Jul 21, 2015, at 2:49 PM, Simone wrote: > > This is the error: > Failed to execute goal on project scheduler.core: Could

Re: How to fix this error?

2015-07-21 Thread Greg Trasuk
Hi Simone: The mailing list appears to block screenshots. Could you copy/paste the text of the error message? Thanks, Greg Trasuk > On Jul 21, 2015, at 2:17 PM, Simone wrote: > > Hello > > My name is Simone Sciarretta, I am student at the University of Pisa in >

Re: Need Help of Maveners to prepare for a talk on Maven

2015-07-14 Thread Greg Trasuk
inars/registration.html?ApacheMavenLateAdopters <http://www.webagesolutions.com/webinars/registration.html?ApacheMavenLateAdopters> Cheers, Greg Trasuk. > On Jul 14, 2015, at 8:22 AM, Ron Wheeler > wrote: > > Very good suggestions. > Perhaps Murthy should share a bit about the

Re: copy file renaming to WEB-INF

2015-05-19 Thread Greg Trasuk
artifacts. Cheers, Greg Trasuk Web Age Solutions http://www.webagesolutions.com <http://www.webagesolutions.com/> > On May 19, 2015, at 2:56 PM, Aitor Iturriondobeitia > wrote: > > hello > > i have some files into one directory: > jboss-ejb-client_local.xml > jboss-

Re: Do I need to write a plugin for this?

2015-03-01 Thread Greg Trasuk
Hi Anders and Benson: Nothing to do with this question, but I’m curious for another project - could you point me towards a good example of a custom packaging type plugin? Thanks, Greg Trasuk On Mar 2, 2015, at 1:30 AM, Anders Hammar wrote: > In that case you do, yes. That's called

Re: JJTree with maven-compiler-plugin

2014-03-04 Thread Greg Trasuk
://github.com/trasukg/river-container Cheers, Greg Trasuk. Open-Source Stream Lead, Web Age Solutions http://www.webagesolutions.com/courses/open-source-training On Mar 3, 2014, at 1:46 AM, Umashanker, Srividhya wrote: > I want to compile .jjt files into .java files using maven with javacc/jjt

How to remove the '.jar' from an assembly?

2013-07-30 Thread Greg Trasuk
Hello: I'm trying to use the assembly plugin to generate a deployment archive. I'd like to have the final jar name be 'something.ssar' even though it is formatted as a jar file, much the same way an "ear" file is simply a jar-formatted file with the extension ".ear". I have the following configu

Re: Newbie trying to understand how to use some plugins

2013-06-11 Thread Greg Trasuk
Or is this just something you're trying for something to > > do, and you will generally deploy the EJB in a WAR/EAR? If the latter, > > I would ignore this "problem" for now and continue working to make the > > WAR/EAR function as you require. > > > > Way