Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Simple build instructions for Java classes?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
MatMan  
View profile  
 More options Sep 17 2011, 6:18 pm
From: MatMan <mark_mat...@hotmail.com>
Date: Sat, 17 Sep 2011 15:18:23 -0700 (PDT)
Local: Sat, Sep 17 2011 6:18 pm
Subject: Simple build instructions for Java classes?
Hi all,

I'm new to DBFit and I'm looking into implementing a new class to
allow testing of Teradata code.

I'm fairly new to Java and Maven too.

I've checked out a copy of the source from from the SVN repository but
my Maven builds are failing. Is Eclipse the alternative?

Are there any basic build instructions for newbies somewhere that I
can use to get up and running?

E.g. Maven version, JDK version, Eclipse version, SVN, etc, etc,
command lines to run, things to click, etc?

Any help would be appreciated!

Regards,

Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gojko Adzic  
View profile  
 More options Sep 18 2011, 12:36 pm
From: Gojko Adzic <goj...@gmail.com>
Date: Sun, 18 Sep 2011 09:36:10 -0700 (PDT)
Local: Sun, Sep 18 2011 12:36 pm
Subject: Re: Simple build instructions for Java classes?
Hi,

the maven site is offline now. see this thread for instructions how to
grab the contents:

http://groups.google.com/group/dbfit/browse_thread/thread/685ca0c23d6...

--
Gojko Adzic
http://gojko.net @gojkoadzic +447765132680

On Sep 17, 11:18 pm, MatMan <mark_mat...@hotmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MatMan  
View profile  
 More options Sep 18 2011, 2:14 pm
From: MatMan <mark_mat...@hotmail.com>
Date: Sun, 18 Sep 2011 11:14:13 -0700 (PDT)
Local: Sun, Sep 18 2011 2:14 pm
Subject: Re: Simple build instructions for Java classes?
Thanks for your response.

I've had a look through the code and I think I can faily easily put
together the class that I need for Teradata (for testing of ETL
processes that load the data warehouse) but I'm really new to maven.
Can you point me in the direction of any instructions or anyone that
can help me to run a first build from this archive?

The problem of database guys not knowing Java and needing Java devs
still doesn't go away...!

Mark

On Sep 18, 5:36 pm, Gojko Adzic <goj...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MatMan  
View profile  
 More options Oct 15 2011, 5:13 am
From: MatMan <mark_mat...@hotmail.com>
Date: Sat, 15 Oct 2011 02:13:22 -0700 (PDT)
Local: Sat, Oct 15 2011 5:13 am
Subject: Re: Simple build instructions for Java classes?
Right, I've built DbFit1.1 and written my Teradata class. All working
well.

Community - please help!

Now, I'd like to see what's new in 2.0. I've installed maven and read
some docs but Maven's telling me that it can't resolve a dependency to
ojdbc14.jar. I've got the Maven repo copy from the link on the above
mentioned post and pointed the parent POM to the file:// repo instead
of the http:// repo.

I've got the file, from Oracle.com, and installed into my local Maven
repo: -

mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -
Dversion=10.2.0.2.0 -Dpackaging=jar -Dfile=c:\temp\ojdbc14.jar

and it tells me that: -

[INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @
oracle ---
[INFO] Installing c:\user\mark matten\downloads\ojdbc14.jar to C:\Users
\Mark Matten\.m2\repository\com\oracle\ojdbc14.jar\10.2.0.2.0
\ojdbc14.jar-10.2.0.2.0.jar
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS

When building though (mvn compile, or, mvn clean install) my error is
still: -

[ERROR] Failed to execute goal on project oracle: Could not resolve
dependencies for project com.neuri.dbfit:oracle:jar:2.0.0-SNAPSH
OT: Failure to find com.oracle:ojdbc14:jar:10.2.0.2.0 in
file://c:/temp/maven.neuri.com was cached in the local repository,
resoluti
on will not be reattempted until the update interval of neuri-maven
has elapsed or updates are forced -> [Help 1]

Any help from the community would be appreciated! Thanks!

On Sep 18, 7:14 pm, MatMan <mark_mat...@hotmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »