Search Results

Search found 4 results on 1 pages for 'maja k'.

Page 1/1 | 1 

  • Getting Started with Maven + Jaxb project + IntellijIdea

    - by Em Ae
    I am complete new to IntellijIdea and i am looking for some step-by-step process to set up a basic project. My project depends on Maven + Jaxb classes so i need a Maven project so that when i compile this project, the JAXB Objects are generated by Maven plugins. Now i started like this I created a blank project say MaJa project Added Maven Module to it Added following settings in POM.XML <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>MaJa</groupId> <artifactId>MaJa</artifactId> <version>1.0</version> <dependencies> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <executions> <execution> <goals> <goal>xjc</goal> </goals> </execution> </executions> <configuration> <schemaDirectory>${basedir}/src/main/resource/api/MaJa</schemaDirectory> <packageName>com.rimt.shopping.api.web.ws.v1.model</packageName> <outputDirectory>${build.directory}</outputDirectory> </configuration> </plugin> </plugins> </build> </project> First of all, is it right settings ? I tried clicking on Make/Compile 'MaJa' from Project Right Click Menu and it didn't do anything. I will be looking forward to yoru replies.

    Read the article

  • Connection reseted- error 101

    - by Maja
    I have a problem with internet connection- when i try to load website, it will always write this error:Error 101 (net::ERR_CONNECTION_RESET): Connection was reseted. I'm using Win7 64 bit and I have this router: asus rt n10. First, i tried to change MTU from 1504 to 1472 and it worked for a while, but yesterday it started again. Now I have MTU 1440 but I don't want to lower it more. Is there another solution? Btw I have no malware in my laptop (I used the avast scan) and I've also deleted cookies and disabled proxy server (I'm not using any).

    Read the article

  • Please help - sorting integers in structs

    - by maja k.
    I have a struct like this: struct db { string name,sur; int num; }; And declared an array of db structs: struct db a[10]; and every member of a[] is filled with a name, surname and a number but there can be the same number appearing multiple times. I need to sort the numbers, and print the results, i.e. sort by the num of each struct and the print the name, sur and the num in each line starting from the smallest num going down to the largest. I don't know how to do this, please help me.

    Read the article

  • problems after update with libdrm

    - by Grzesiek Szczurek
    I've got problem with updating. Sorry for polish language in log, but it is default language in my system. I'm using ubuntu 12.04 gnome remix. Anybody know how to fix it? Nalezy uruchomic "apt-get -f install", aby naprawic ponizsze problemy: Nastepujace pakiety maja niespelnione zaleznosci: libdrm-dev : Wymaga: (= 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~precise) ale 2.4.32-1ubuntu1 ma zostac zainstalowany libdrm-intel1 : Wymaga: libdrm2 (= 2.4.38) ale 2.4.32-1ubuntu1 ma zostac zainstalowany libdrm-nouveau2 : Wymaga: libdrm2 (= 2.4.38) ale 2.4.32-1ubuntu1 ma zostac zainstalowany libdrm-radeon1 : Wymaga: libdrm2 (= 2.4.38) ale 2.4.32-1ubuntu1 ma zostac zainstalowany libdrm2 : Narusza zaleznosci: libdrm2:i386 (!= 2.4.32-1ubuntu1) ale 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~precise ma zostac zainstalowany libdrm2:i386 : Narusza zaleznosci: libdrm2 (!= 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~precise) ale 2.4.32-1ubuntu1 ma zostac zainstalowany

    Read the article

1